home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Small Eiffel 0.4.8 / misc / INSTALL < prev    next >
Text File  |  1997-01-03  |  1KB  |  34 lines

  1. -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C) 
  2. -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
  3. --
  4.  
  5. If you have a UNIX like platform (Linux, Unix BSD, HP-UX, IRIX,
  6. XENIX, ...), simply run one of the following script : INSTALL.SH (which
  7. is written in bourne shell) or INSTALL.CSH (which is written in 
  8. c-like shell).
  9.  
  10. If you have OS2, read INSTALL.OS2 file.
  11.  
  12. -- General Installation Procedure --
  13.  
  14. -- 1 -- Put a copy of the entire SmallEiffel directory on your
  15.         hard disk, were you want.
  16.  
  17. -- 2 -- Compile with your C ANSI Compiler all commands stored
  18.         in directory "bin_c". Each command is splited into various
  19.         numbered C files (have a look in files *.make to see how
  20.         to compile). Put the executable files in the SmallEiffel
  21.         directory "bin".
  22.  
  23. -- 3 -- Set the environment variable "SmallEiffel" to indicate
  24.         the directory you have chosen.
  25.  
  26. -- 4 -- Have a look at the READ_ME file in directory "sys" to set
  27.         up the good system, the default C compiler, the default 
  28.         loading path, ...
  29.  
  30. -- 5 -- Add SmallEiffel sub_directory "bin" in your system path.
  31.  
  32. --[6]-- If you have the time to do it, you can run the (very long)
  33.         SmallEiffel selftest in directory "misc". 
  34.